body {
	background-repeat:no-repeat;
	position:static;
	background-position:center;
	font-family: "Soberana Titular", "Soberana Titular Bold";
	font-size:12pt;
	text-align:justify;
}	
h1{
	padding-top:15px;
	color:white;
	background-color:#1B396A;
	padding-bottom:15px;
	text-align:center;
	border-radius:10px 10px 10px 10px;
	border: 3px double white;
}

h2{
	color:#585858;
	font-weight:900;
}

.noticia{
    margin-bottom: 10px;
}

.noticia-img-container{
    width: 196px;
    height: 136px;
    display: table-cell;
    vertical-align: top;
}

.noticia-img{
    width: 196px;
    height: 136px;
    background-size: 100% 100%;
    background-color: #B0B0B0;
    background-repeat: no-repeat;
    box-shadow: 0px 1px 5px rgba(16, 214, 31, 0.4);
}

.noticia-texto-container{
    display: table-cell;
    vertical-align: top;
}
_____
.noticia-titulo{
    display: inline-block;
    box-sizing: border-box;
    padding: 4px 4px;
}

.noticia-titulo > a{
    font-family: "Soberana Titular", "Soberana Titular Bold";
    font-size: 14px;
    text-transform: uppercase;
    background-color: transparent;
    color: darkgreen;
    padding: 2px 4px 2px 4px;
}

.noticia-resumen{
    box-sizing: border-box;
    padding: 6px 6px;
}

.noticia-resumen > p{
    text-align: justify;
}

.noticia-boton-ver-mas{
    float: right;
}

.noticia-boton-ver-mas > a{
    font-family: "Soberana Titular", "Soberana Titular Bold";
    font-size: 14px;
    text-decoration: none;
    background-color: #EEE;
    color: darkgreen;
    padding: 2px 6px 2px 6px;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    border-left: 1px solid #CCCCCC;
}

#divFooter {
	width:100%;
	clear:both;
	margin-top:30px;
}

#inscripcion {     
	margin: 45px;     
	width: 480px; 
	text-align: left;    
	border-collapse: collapse; 
}

#inscripcion th {     
	padding: 8px;     
	background:#1B396A;
    border-top: 4px solid #1B396A;    
	border-bottom: 1px solid #fff; 
	color: white; 
}

#inscripcion td {    
	padding: 8px;     
	background: #EEE;     
	border-bottom: 1px solid #fff;
    color: Black;    
	border-top: 1px solid transparent; 
}

#inscripcion tr:hover td { 
	background: #A4A4A4; 
	color: white; 
}